<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.rendition.schemas.override">

  <require>org.nuxeo.ecm.platform.rendition.schemas</require>

  <extension point="schema" target="org.nuxeo.ecm.core.schema.TypeService">
    <schema name="rendition" prefix="rend" src="schemas/rendition.xsd"/>

    <property indexOrder="ascending" name="renditionName" schema="rendition"/>
    <property indexOrder="ascending" name="sourceId" schema="rendition"/>
    <property indexOrder="ascending" name="sourceVersionableId" schema="rendition"/>
  </extension>

</component>
